InvalidFileFormatException Constructor (String) |
Creates a new instance of the InvalidFileFormatException class with the specified error message.
Namespace:
Independentsoft.IO.StructuredStorage
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic InvalidFileFormatException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also